3 Web Designs In 3 Weeks by Juntao Qiu
Author:Juntao Qiu [Juntao Qiu]
Language: eng
Format: epub, pdf
Publisher: leanpub.com
Published: 2022-08-25T00:00:00+00:00
After replacement we get a list of images:
Icon List
We need to set the margins of the first and last flex elements to automatic margin-top: auto, so they fill the available space in the parent element, and set the width of li to 2rem( i.e. 32px), and finally make sure the width of the image is 100% to fill the available space.
1 .nav-list li:first-child { 2 margin-top: auto; 3 } 4 5 .nav-list li:last-child { 6 margin-top: auto; 7 } 8 9 .nav-list li { 10 list-style: none; 11 width: 2rem; 12 margin: 0 0.5rem 0.5rem 0.5rem; 13 } 14 15 li img { 16 width: 100%; 17 }
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12595)
Hello! Python by Anthony Briggs(9928)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9804)
The Mikado Method by Ola Ellnestam Daniel Brolund(9787)
Dependency Injection in .NET by Mark Seemann(9348)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8310)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7773)
Grails in Action by Glen Smith Peter Ledbrook(7705)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7568)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7196)
Microservices with Go by Alexander Shuiskov(6960)
Practical Design Patterns for Java Developers by Miroslav Wengner(6874)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6820)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6427)
Angular Projects - Third Edition by Aristeidis Bampakos(6240)
The Art of Crafting User Stories by The Art of Crafting User Stories(5754)
NetSuite for Consultants - Second Edition by Peter Ries(5681)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5497)
Kotlin in Action by Dmitry Jemerov(5076)
